Skip to content

fix(UI): Added code to resolve duplicate release.#1576

Open
nikkuma7 wants to merge 1 commit intomainfrom
fix/duplicateandmergerelease
Open

fix(UI): Added code to resolve duplicate release.#1576
nikkuma7 wants to merge 1 commit intomainfrom
fix/duplicateandmergerelease

Conversation

@nikkuma7
Copy link
Copy Markdown
Contributor

@nikkuma7 nikkuma7 commented Apr 3, 2026

Issue: Close #1575

Suggest Reviewer
@GMishx and @amritkv

How To Test?
1: Navigate to the Release detail page.
2: Click on Duplicate release button
3: create a new release

@nikkuma7 nikkuma7 changed the title fix(UI): Resolve duplicate release and merge release fix(UI): Added code to resolve duplicate release. Apr 3, 2026
@deo002 deo002 self-assigned this Apr 3, 2026
Copy link
Copy Markdown
Contributor

@deo002 deo002 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small change @nikkuma7 . Rest all looks good!

}

const createDuplicate = async () => {
const session = await getSession()
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use session from useSession please

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed comment.

Signed-off-by: Nikesh Kumar <kumar.nikesh@siemens.com>
@nikkuma7 nikkuma7 force-pushed the fix/duplicateandmergerelease branch from 5c822c9 to 443eb97 Compare April 5, 2026 11:19
@deo002
Copy link
Copy Markdown
Contributor

deo002 commented Apr 6, 2026

@amritkv we can do something similar for other tabs, will reduce a lot of code.

}
}

const createDuplicate = async () => {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate Releases page has only 2 tabs, this one has some unnecessary ones

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Duplicate release is not working.

2 participants